runtime.mheap.freeManual (method)

7 uses

	runtime (current package)
		mbitmap.go#L1357: 	mheap_.freeManual(s, spanAllocPtrScalarBits)
		mgcwork.go#L483: 			mheap_.freeManual(span, spanAllocWorkBuf)
		mheap.go#L1582: func (h *mheap) freeManual(s *mspan, typ spanAllocType) {
		stack.go#L263: 		mheap_.freeManual(s, spanAllocStack)
		stack.go#L498: 			mheap_.freeManual(s, spanAllocStack)
		stack.go#L1233: 				mheap_.freeManual(s, spanAllocStack)
		stack.go#L1247: 			mheap_.freeManual(s, spanAllocStack)